home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / os2 / capos2.arj / CAPOS2.EXE / CONTROL.ICF next >
Text File  |  1994-06-27  |  2KB  |  96 lines

  1. ;***********************************************************************
  2. ; File        : CONTROL.ICF 
  3. ; Date     : 21 April 1994
  4. ; Author   : Hariharan Mahadevan
  5. ; Purpose  : Installation control file for Apps package
  6. ;***********************************************************************
  7.  
  8. [System]
  9. title=Creative Multimedia Installation
  10. BaseDir=C:\BLASTER
  11. ; total number if installable components
  12. groups=3
  13. ; each component's section name
  14. group_1=%Mixer%
  15. group_2=%Mosaic%
  16. group_3=%Browser%
  17. ; total number of installation diss
  18. disks=1
  19. ; volume label of each installation disk
  20. diskname_1=DISK_1
  21.  
  22. ; Default Group - always installed first
  23. [Default]
  24. size=26
  25. SourceDir=$(SPATH)\ICON,$(SPATH)\DLL
  26. TargetDir=$(BASEDIR),$(MMBASE)\DLL
  27. DiskNumber=1
  28. WPObject=%WPFolder%
  29.  
  30. ; Creative Mixer for OS/2
  31. [Mixer]
  32. Name=Creative Mixer
  33. Size=78
  34. SourceDir=$(SPATH)\MIXER
  35. TargetDir=$(BASEDIR)
  36. DiskNumber=1
  37. WPObject=%WPMixer%
  38.  
  39. ; Creative Mosaic for OS/2
  40. [Mosaic]
  41. Name=Creative Mosaic
  42. Size=189
  43. SourceDir=$(SPATH)\MOSAIC
  44. TargetDir=$(BASEDIR)
  45. DiskNumber=1
  46. WPObject=%WPMosaic%
  47.  
  48. ; Creative Wave Browser for OS/2
  49. [Browser]
  50. Name=Creative Wave Browser
  51. Size=76
  52. SourceDir=$(SPATH)\BROWSER
  53. TargetDir=$(BASEDIR)
  54. DiskNumber=1
  55. WpObject=%WPBrowser%
  56.  
  57. ; Creative Multimedia Folder
  58. [WPFolder]
  59. ; The class name of the object to be created
  60. WPClassName=WPFolder
  61. ; Title for the object, displayed below the object icon
  62. WPTitle=Sound Blaster
  63. ; Setup string for the object to be created
  64. WPSetupString=OBJECTID=<WP_BLASTER>;ICONFILE=$(BASEDIR)\CTMM.ICO
  65. ; Location of the object
  66. WPLocation=<WP_DESKTOP>
  67. ; Creation flags, valid values are
  68. ;     0 - FAIL IF THE OBJECT EXISTS
  69. ;    1 - REPLACE IF THE OBJECT EXISTS
  70. ;    2 - UPDATE IF THE OBJECT EXISTS
  71. WPFlags=2
  72.  
  73. ; Mixer icon
  74. [WPMixer]
  75. WPClassName=WPProgram
  76. WPTitle=Mixer
  77. WPSetupString=EXENAME=$(TPATH)\CTMIXER.EXE;STARTUPDIR=$(BASEDIR)
  78. WPLocation=<WP_BLASTER>
  79. WPFlags=2
  80.  
  81. ; Mosaic Icon
  82. [WPMosaic]
  83. WPClassName=WPProgram
  84. WPTitle=Mosaic
  85. WPSetupString=EXENAME=$(TPATH)\MOSAIC.EXE;STARTUPDIR=$(BASEDIR)
  86. WPLocation=<WP_BLASTER>
  87. WPFlags=2
  88.  
  89. ; Browser Icon 
  90. [WPBrowser]
  91. WPClassName=WPProgram
  92. WPTitle=Wave Browser
  93. WPSetupString=EXENAME=$(TPATH)\BROWSER.EXE;STARTUPDIR=$(BASEDIR)
  94. WPLocation=<WP_BLASTER>
  95. WPFlags=2
  96.